Welcome![Sign In][Sign Up]
Location:
Search - api socket

Search list

[TCP/IP stacktcp_ip_design_report.doc

Description: 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌面操作系统的通信和资源共享,这也是作者编写TCP/IP协议栈的由衷。 -Introduction This document is a TCP/IP functionality, design elements, realize the protocol stack components including ARP, I CMP (PING), UDP, TCP. And designed a SOCKET API-compatible with standard interfaces. TCP/IP protocol stack background TCP/IP is the most widely used communication protocol INTERNET, almost all of the desktop operating system such as Windows, Redhat Linux support TCP/IP protocol. In order to realize embedded systems and PC-letter Netcom Group, we must realize the complexity of embedded system on the TCP/IP protocol stack, through the realization of the TCP/IP protocol stack, we can facilitate the realization of embedded systems with mainstream desktop operating system of communication and resource sharing, this is also author of the preparation of TCP/IP protocol stack heartfelt.
Platform: | Size: 15360 | Author: 6756 | Hits:

[SymbianMyAppS60

Description: • Symbian OS basics, Memory Management, Descriptors, Application Structure, Client-Server, Active Object, Application UI Viewer, Screen Saver, File Handling, Simple 2D,3D games, Simple Banner, Scalable UI, Location Finder GPS, HTTP client API, End-End Socket HTTP API,DBMS, Messaging Application. -err
Platform: | Size: 11264 | Author: phani | Hits:

[Internet-Network12

Description: 功能是在利用socket提供的API函数, 填充并发送ICMP包,测试指定IP地址段中活动主机. 使用简单的connect方法来测试目的端口是否可通.-Function is provided in the use of the API function socket, filling and send ICMP packets to test the IP address of the designated host paragraph activities. Connect using a simple method to test whether the purpose of port pass.
Platform: | Size: 2048 | Author: jame | Hits:

[Internet-NetworkChatRoom

Description: 聊天通信 基于VC6.0 windows SOCKET API的-Chat communications VC6.0 windows SOCKET API based on the
Platform: | Size: 40960 | Author: lvvvvvvv | Hits:

[TCP/IP stacktcpip

Description: 最简单的TCP/IP协议栈源码,包括socket API,学习TCP/IP最好的资料-The simplest TCP/IP protocol stack source code, including the socket API, to learn TCP/IP information on the best
Platform: | Size: 33792 | Author: 叶敬明 | Hits:

[Windows DevelopWindowsSocketAPI

Description: Windows Socket API 使用经验,有兴趣的可以看看 -Windows Socket API experience, interested can look at the
Platform: | Size: 25600 | Author: yuning | Hits:

[Internet-Networksocketapi-2.2.0~rc5.tar

Description: sctp socket api,与sctplib 一起使用-sctp socket api
Platform: | Size: 510976 | Author: caohaiwang | Hits:

[JSP/Javaqiu_networksecurity_project1

Description: 这是我写的一个关于JAVA SOCKET的程序,一个Server可以同时接受多个clients的requests,每次server和client之间的交流的信息都会被DES算法加密和解密--------------------------------------------------------------------------------- First version by Qiu Shi, March 11, 2009 Email: qs84727@gmail.com Reference: J2SE 6.0 API, SUN special security API -------------------------------------------------------------------------------- Program big picture: This program is designed for server and client communication as required by homework descriptions. Plus, I use some java multi-thread technique to make it as a one server communicating with multi-clients at the same time and the server will be always on, just like in the real world. There are total 2 directories, one named server which has all the java classes for server to run properly and some other files holding the users password hash values as well as shared secret keys the other one named client which has all the java classes for clients to run properly and also some other files holding the users shared keys. In client directory: Client.java--- This class is used to de
Platform: | Size: 14336 | Author: qiushi | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Communication-Mobilenio

Description: java 的socket的通道编程的代码api,可以是需要的网络开发的人员浏览
Platform: | Size: 263168 | Author: | Hits:

[Internet-NetworkWinNet

Description: HTTP断点续传源码,用WinInet API编写的。代码很简单。-HTTP HTTP source, prepared by the WinInet API. Code is very simple.
Platform: | Size: 5120 | Author: asheng | Hits:

[JSPxSocket_v2.5.5_API

Description: 支持NIO的java网络编程的工具包API,大提高java网络编程效率。-easy java socket
Platform: | Size: 958464 | Author: chenghong | Hits:

[Internet-NetworksockAPI

Description: windows socket API的基本应用 完整工程;服务器异步监听模式 适合初学参考。-The basic application windows socket API complete works server asynchronous listening mode suitable for beginners reference.
Platform: | Size: 3828736 | Author: lzz | Hits:

[Delphi VCLapihook-dephi

Description: delphi 实现 API HOOK 的源码,可以获取socket网络数据,代码十分效率-delphi source code to achieve API HOOK, you can obtain the socket network data, the code is very efficient
Platform: | Size: 2048 | Author: Zcd | Hits:

[J2ME3970986jPortMap2.0

Description: java实现内网的端口映射本文手把手的详解了jPortMap端口映射程序开发中的每一步,做为己运行在实际的企业项目中的应用, jPortMap程序较全面的展示了Thread、List、Vector、Socket、ServerSocket、Input/OutpuStream、File Read/Write、Properties等核心API的用法,是初学者快速进阶的一个优秀案例。-本文手把手的详解了jPortMap端口映射程序开发中的每一步,做为己运行在实际的企业项目中的应用, jPortMap程序较全面的展示了Thread、List、Vector、Socket、ServerSocket、Input/OutpuStream、File Read/Write、Properties等核心API的用法,是初学者快速进阶的一个优秀案例。
Platform: | Size: 164864 | Author: sss | Hits:

[Internet-NetworkSocketAPI

Description: 此源程序是使用Windows Sockets API编写的基于服务器端/客服端的网络通信程序。-This source code is written using the Windows Sockets API, server-based client/customer side of the network communication program.
Platform: | Size: 2857984 | Author: 梁冰 | Hits:

[VC/MFCWindowsSockets

Description: Win socket Api,socket 说明,可速查,亦可学习。-Win socket Api, socket specification, can be Quick Fact can learn from.
Platform: | Size: 843776 | Author: zhangqun | Hits:

[File Operatesavewithdatathroughvisualbasic

Description: VB做为快速应用开发(RAD)工具越来越得到开发人员的认可和接受。它对许多API(如ODBC API、SOCKET API等等)的封装使得编程变得简单起来。同时,它支持集成开发环境下的可视化、事件驱动、面向对象等编程特点。下面,我们谈谈在VB中调用存储过程的实现方法及其注意事项。 ---- 我们知道,VB的数据库编程有许多种方法,比如直接用ODBC API编程,这种方法灵活、高效,程序员可以实现对数据库复杂的控制;也可以用VB中的数据对象,如RDO(远程数据对象)、DAO(数据访问对象)、ADO(ActiveX 数据对象),这种方法实现起来方便、快捷,但灵活性较差一些。由于存储过程在实现数据封装、隐藏以及代码的预编译、减少网络负载、维护方便等优点,所以被许多RDBMS和编程工具做支持。VB中的各类数据对象也提供对存储过程的支持。-savewithdatathroughvisualbasic
Platform: | Size: 2048 | Author: zyk | Hits:

[Internet-NetworkLAN_IM

Description: 局域网即时聊天通过进行文本聊天和语音聊天来实现彼此沟通、交流信息。本次局域网即时聊天程序设计主要用了Visual C++编程环境,实现了在LAN中在线用户的文本、语音交互。 在设计里涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。 本次设计主要着重于语音聊天部分,在本次论文里主要以语音聊天的流程和各模块之间的关系及Socket处理为主说明。 -LAN instant messaging by conducting a text chat and voice chat to communicate with each other to exchange information. The real-time LAN chat program designed for use mainly used in Visual C++ programming environment to achieve online users in the LAN in the text, voice interaction. Involved in the design of network communications where the basic principles and Socket programming and voice processing API technology. As the program is in the TCP/IP environment to run, so sub-server and client. Server-side and client is achieved through the establishment of links Socket chat. The system is mainly focused on the voice chat part, in this thesis mainly in voice chat process and the relationship between each module and the Socket address the main explanation.
Platform: | Size: 1775616 | Author: 王勋 | Hits:

[TCP/IP stacklibcomm

Description: socket 通信封装的一套api,可以重用,减少socket编程工作量-socket communications package, a set of api, can be reused, reducing the workload of socket programming
Platform: | Size: 28672 | Author: 张三 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 25 »

CodeBus www.codebus.net